Information
The Client API is designed for use in your Start App, but it can also be integrated directly into your main executable.
For details on integrating it with your Start App, see Getting Started for an overview of Start Apps. It’s recommended to read that first for a broader understanding.
The Client API provides the following features:
- Session verification
- User information retrieval
- File downloading
- Variable downloading
- Webhook sending
It also includes an integrated version of Crypto++, supporting a wide range of cryptographic algorithms.
Installation
You can obtain the Client API SDK by contacting our team.
After receiving it, open the project and review the main.cpp file for usage examples.
See Using the API for a complete overview of supported features.
The project uses Crypto++ and cURL. Precompiled libraries are included, but you can compile them manually if preferred.
Refer to Compiling Crypto++ and Compiling cURL for compilation instructions.
Usage
To get started, visit Using the API.